home *** CD-ROM | disk | FTP | other *** search
-
- This is an nt service program that should keep clamd running.
-
- contains runclamd.exe and runclamd.ini
- place in same folder
- 1) edit runclamd.ini for your own path to clamd, user, password
-
- (the User and Password are commented out but you should put a
- local user in for this - does not really work for system for me
- except on my workstation - may have something to do with termserv)
-
- You don't really want the check time to be too large on this in
- case you have to stop it.
-
- From command line:
-
- 2) >runclamd -install (installs service)
- 3) >runclamd -start (starts service)
- 4) >runclamd -stop, -pause, -resume, -status
- 5) >runclamd -remove (removes service )
- (service has to be stopped prior to remove)
-
-
- If you do not want a log file then comment out the logfile path in the ini file.
- Otherwise there is a self-check every hour that will write at least one log file line.
- Verbose=Yes means it will log every 30 sec (or whatever your time interval)
- Otherwise only logs when some event occurs or self-check.
-
- Better not to change the interval - 30 sec is about right.
-